pow.webserver
Class AlreadyRegisteredUserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by pow.webserver.AlreadyRegisteredUserException
All Implemented Interfaces:
java.io.Serializable

public class AlreadyRegisteredUserException
extends java.lang.Exception

exception to inform that a user cannot be created in the users' file because it exists yet

Author:
genin
See Also:
Serialized Form

Constructor Summary
AlreadyRegisteredUserException(User u)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlreadyRegisteredUserException

public AlreadyRegisteredUserException(User u)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable